Namespace: Microsoft.IdentityModel.Threading
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As TypedAsyncResult(Of T) |
Syntax
Visual Basic |
---|
Public Class TypedAsyncResult(Of T) Inherits AsyncResult |
C# |
---|
public class TypedAsyncResult<T> : AsyncResult |
C++ |
---|
generic<typename T> public ref class TypedAsyncResult : public AsyncResult |
J# |
---|
|
JScript |
---|
|
Inheritance Hierarchy
System.Object
Microsoft.IdentityModel.Threading.AsyncResult
Microsoft.IdentityModel.Threading.TypedAsyncResult
Microsoft.IdentityModel.Threading.AsyncResult
Microsoft.IdentityModel.Threading.TypedAsyncResult
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.